2005-10-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
+ by moving it out of the profiling ifdef.
+
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
unconditional) include of unistd.h (#318211, Kazuki Iwamoto)
2005-10-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
+ by moving it out of the profiling ifdef.
+
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
unconditional) include of unistd.h (#318211, Kazuki Iwamoto)
\f
-/* Profiling stuff */
-#undef PROFILE_FILE_CHOOSER
-#ifdef PROFILE_FILE_CHOOSER
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <io.h>
#endif
+/* Profiling stuff */
+#undef PROFILE_FILE_CHOOSER
+#ifdef PROFILE_FILE_CHOOSER
+
+
#ifndef F_OK
#define F_OK 0
#endif